home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMMAILSETTINGS / TFORMMAILSETTINGS.txt
Text File  |  2005-01-25  |  6KB  |  285 lines

  1. object formMailSettings: TformMailSettings
  2.   Left = 468
  3.   Top = 210
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Mail settings'
  7.   ClientHeight = 399
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object groupPersonalInformation: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 369
  24.     Height = 81
  25.     Align = alTop
  26.     Caption = ' Personal information '
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       369
  30.       81)
  31.     object labelName: TLabel
  32.       Left = 8
  33.       Top = 28
  34.       Width = 105
  35.       Height = 13
  36.       AutoSize = False
  37.       Caption = 'Your name:'
  38.     end
  39.     object labelAddress: TLabel
  40.       Left = 8
  41.       Top = 52
  42.       Width = 105
  43.       Height = 13
  44.       AutoSize = False
  45.       Caption = 'And mail address:'
  46.     end
  47.     object eName: TEdit
  48.       Left = 120
  49.       Top = 24
  50.       Width = 241
  51.       Height = 21
  52.       Anchors = [akLeft, akTop, akRight]
  53.       TabOrder = 0
  54.     end
  55.     object eAddress: TEdit
  56.       Left = 120
  57.       Top = 48
  58.       Width = 241
  59.       Height = 21
  60.       Anchors = [akLeft, akTop, akRight]
  61.       TabOrder = 1
  62.     end
  63.   end
  64.   object panelButtons: TPanel
  65.     Left = 0
  66.     Top = 358
  67.     Width = 369
  68.     Height = 41
  69.     Align = alBottom
  70.     BevelOuter = bvNone
  71.     ParentColor = True
  72.     TabOrder = 5
  73.     DesignSize = (
  74.       369
  75.       41)
  76.     object buttonCancel: TBitBtn
  77.       Left = 168
  78.       Top = 12
  79.       Width = 91
  80.       Height = 25
  81.       Anchors = [akRight, akBottom]
  82.       TabOrder = 2
  83.       Kind = bkCancel
  84.     end
  85.     object buttonOK: TBitBtn
  86.       Left = 272
  87.       Top = 12
  88.       Width = 91
  89.       Height = 25
  90.       Anchors = [akRight, akBottom]
  91.       TabOrder = 0
  92.       Kind = bkOK
  93.     end
  94.     object buttonImport: TBitBtn
  95.       Left = 8
  96.       Top = 12
  97.       Width = 91
  98.       Height = 25
  99.       Anchors = [akLeft, akBottom]
  100.       Cancel = True
  101.       Caption = '&Import'
  102.       TabOrder = 1
  103.       OnClick = buttonImportClick
  104.       NumGlyphs = 2
  105.     end
  106.   end
  107.   object panelDivider1: TPanel
  108.     Left = 0
  109.     Top = 81
  110.     Width = 369
  111.     Height = 8
  112.     Align = alTop
  113.     BevelOuter = bvNone
  114.     ParentColor = True
  115.     TabOrder = 1
  116.   end
  117.   object groupSMTPServer: TGroupBox
  118.     Left = 0
  119.     Top = 89
  120.     Width = 369
  121.     Height = 131
  122.     Align = alTop
  123.     Anchors = [akLeft, akTop, akRight, akBottom]
  124.     Caption = ' SMTP Server '
  125.     TabOrder = 2
  126.     DesignSize = (
  127.       369
  128.       131)
  129.     object labelSMTPServer: TLabel
  130.       Left = 8
  131.       Top = 28
  132.       Width = 105
  133.       Height = 13
  134.       AutoSize = False
  135.       Caption = 'Server address:'
  136.     end
  137.     object labelSMTPUsername: TLabel
  138.       Left = 8
  139.       Top = 76
  140.       Width = 105
  141.       Height = 17
  142.       AutoSize = False
  143.       Caption = 'Username:'
  144.     end
  145.     object labelSMTPPassword: TLabel
  146.       Left = 8
  147.       Top = 100
  148.       Width = 105
  149.       Height = 17
  150.       AutoSize = False
  151.       Caption = 'Password:'
  152.     end
  153.     object eSMTP: TEdit
  154.       Left = 120
  155.       Top = 24
  156.       Width = 241
  157.       Height = 21
  158.       Anchors = [akLeft, akTop, akRight]
  159.       TabOrder = 0
  160.     end
  161.     object eSMTPUser: TEdit
  162.       Left = 120
  163.       Top = 72
  164.       Width = 241
  165.       Height = 21
  166.       Anchors = [akLeft, akTop, akRight]
  167.       TabOrder = 2
  168.     end
  169.     object checkboxSMTPAuth: TCheckBox
  170.       Left = 8
  171.       Top = 52
  172.       Width = 353
  173.       Height = 17
  174.       Caption = 'Use SMTP authentication by username'
  175.       TabOrder = 1
  176.       OnClick = checkboxSMTPAuthClick
  177.     end
  178.     object eSMTPPass: TEdit
  179.       Left = 120
  180.       Top = 96
  181.       Width = 241
  182.       Height = 21
  183.       Anchors = [akLeft, akTop, akRight]
  184.       PasswordChar = '*'
  185.       TabOrder = 3
  186.     end
  187.   end
  188.   object panelDivider2: TPanel
  189.     Left = 0
  190.     Top = 220
  191.     Width = 369
  192.     Height = 8
  193.     Align = alTop
  194.     BevelOuter = bvNone
  195.     ParentColor = True
  196.     TabOrder = 3
  197.   end
  198.   object groupPOP3Server: TGroupBox
  199.     Left = 0
  200.     Top = 228
  201.     Width = 369
  202.     Height = 130
  203.     Align = alClient
  204.     Anchors = [akLeft, akTop, akRight]
  205.     Caption = ' POP3 Server '
  206.     TabOrder = 4
  207.     DesignSize = (
  208.       369
  209.       130)
  210.     object labelPOP3Server: TLabel
  211.       Left = 8
  212.       Top = 52
  213.       Width = 105
  214.       Height = 17
  215.       AutoSize = False
  216.       Caption = 'Server address:'
  217.     end
  218.     object labelPOP3Username: TLabel
  219.       Left = 8
  220.       Top = 76
  221.       Width = 105
  222.       Height = 17
  223.       AutoSize = False
  224.       Caption = 'Username:'
  225.     end
  226.     object labelPOP3Password: TLabel
  227.       Left = 8
  228.       Top = 100
  229.       Width = 105
  230.       Height = 17
  231.       AutoSize = False
  232.       Caption = 'Password:'
  233.     end
  234.     object ePOP3: TEdit
  235.       Left = 120
  236.       Top = 48
  237.       Width = 241
  238.       Height = 21
  239.       Anchors = [akLeft, akTop, akRight]
  240.       TabOrder = 0
  241.     end
  242.     object ePOP3User: TEdit
  243.       Left = 120
  244.       Top = 72
  245.       Width = 241
  246.       Height = 21
  247.       Anchors = [akLeft, akTop, akRight]
  248.       TabOrder = 1
  249.     end
  250.     object ePOP3Pass: TEdit
  251.       Left = 120
  252.       Top = 96
  253.       Width = 241
  254.       Height = 21
  255.       Anchors = [akLeft, akTop, akRight]
  256.       PasswordChar = '*'
  257.       TabOrder = 2
  258.     end
  259.     object checkboxPOP3Auth: TCheckBox
  260.       Left = 8
  261.       Top = 28
  262.       Width = 353
  263.       Height = 17
  264.       Caption = 'Connect to server for SMTP-after-POP authentication'
  265.       TabOrder = 3
  266.       OnClick = checkboxPOP3AuthClick
  267.     end
  268.   end
  269.   object popupIE: TPopupMenu
  270.     AutoHotkeys = maManual
  271.     OnPopup = popupIEPopup
  272.     Left = 88
  273.     Top = 24
  274.     object menuitemOutlookExpress: TMenuItem
  275.       Caption = 'Outlook &Express'
  276.     end
  277.     object menuitemOutlook8: TMenuItem
  278.       Caption = 'Outlook &8.0 (97)'
  279.     end
  280.     object menuitemOutlook9: TMenuItem
  281.       Caption = 'Outlook &9.0 (2000)'
  282.     end
  283.   end
  284. end
  285.